home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / sfame095.zip / SCRIPTS.ZIP / SCRIPT4.SCR < prev   
Text File  |  1995-01-07  |  343b  |  11 lines

  1. ;This script will seach for a users address. It will allow the user
  2. ;to enter more than 1 name to search for.
  3. WRITEANSWER "To:mail-server@rtfm.mit.edu"
  4. :START
  5. ASK "Enter name to search for: " 1
  6. WRITEANSWER "send usenet-address/" 1
  7. GETCHOICE "Would you like to enter another name to search for <y/N>? " NY 1
  8. IF 1 "Y"
  9. GOTO START
  10. ENDIF
  11.